Int32MINumericInt32MBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32M INumeric<Int32M>.BitwiseComplement()
Private Function BitwiseComplement As Int32M
Implements INumeric(Of Int32M).BitwiseComplement
private:
virtual Int32M BitwiseComplement() sealed = INumeric<Int32M>::BitwiseComplement
private abstract BitwiseComplement : unit -> Int32M
private override BitwiseComplement : unit -> Int32M
Int32MA bitwise complement of the current value.
INumericTSelfBitwiseComplement